home *** CD-ROM | disk | FTP | other *** search
- >** - Top of file -
-
- killvars.do V. 1.0 - 02/03/92
-
- By Al Fasoldt.
-
- Clears all variables from Flash.
-
- NOTE: To run this script unattended, you will have to remove
- the first two lines (the ones that begin with "al" and "ifi").
-
- |
-
- >al "[3][WARNING! This clears all variables.|Proceed anyway?][Yes|NO]" $X 2|
- >ifi $X "NO" jmp abort|
- >ty Clearing variables ...|
- >ty|
- >$A|
- >$B|
- >$C|
- >$D|
- >$E|
- >$F|
- >$G|
- >$H|
- >$I|
- >$J|
- >$K|
- >$L|
- >$M|
- >$N|
- >$O|
- >$P|
- >$Q|
- >$R|
- >$S|
- >$U|
- >$V|
- >$W|
- >$X|
- >$Y|
- >$Z|
- >ty Done!|
- >ty|
- >end|
- >L: abort|
- >ty Script halted.|
- >ty|
- >end|
- >** end of script|
-